Installation
This guide walks you through installing BindAI and preparing your development environment.Requirements
Before installing BindAI, make sure you have:- Python 3.11 or newer
- pip
- Git (recommended)
Clone the Repository
Clone the BindAI repository.Create a Virtual Environment
It is recommended to isolate your Python dependencies. WindowsInstall BindAI
Install all local packages in editable mode.Verify the Installation
You can verify the installation by importing BindAI.Configure Environment Variables
Many AI providers require an API key. Create a.env file in your project root.
Example:
Install Provider Packages
BindAI separates model providers into independent packages. For example: OpenAIInstall Optional Packages
Some BindAI features require optional packages. Examples include:- Vector databases
- Memory providers
- Document loaders
- Embedding providers
